github.com/jackc/pgx/v5/pgxpool.connResource.getConn (method)
3 uses
github.com/jackc/pgx/v5/pgxpool (current package)
pool.go#L35: func (cr *connResource) getConn(p *Pool, res *puddle.Resource[*connResource]) *Conn {
pool.go#L655: return cr.getConn(p, res), nil
pool.go#L687: conns = append(conns, cr.getConn(p, res))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)